home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Cando v1.6 disk 2.adf / HelpFiles / Icons  < prev    next >
Text File  |  1991-11-03  |  3KB  |  157 lines

  1. C- ClipIconImage        |clipiconimage|
  2. F- DefaultTool            |defaulttool|
  3. F- IconHighlight        |iconhighlight|
  4. F- IconType                |icontype|
  5. C- InsertToolTypeList    |inserttooltypelist|
  6. C- LoadIcon                |loadicon|
  7. C- MakeIcon                |makeicon|
  8. C- SaveIcon                |saveicon|
  9. C- SetDefaultTool        |setdefaulttool|
  10. C- SetIconHighlight        |seticonhighlight|
  11. C- SetIconImage            |seticonimage|
  12. C- SetToolTypeList        |settooltypelist|
  13. [E]
  14.  
  15. |clipiconimage|
  16. WT ClipIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
  17. PL Extracts the image or images used in an
  18. PL icon, storing them as brushes so you can
  19. PL show them or save them within your
  20. PL application.
  21. PL
  22. PT SEE ALSO: 
  23. BS SetIconImage
  24. PT .
  25. ED
  26.  
  27. |defaulttool|
  28. WT {FilePath}=DefaultTool({IconBufferName})
  29. PL Returns the default tool of "Icon Name".
  30. PL This is the program to be run if a user
  31. PL double-clicks on the icon from the 
  32. PL Workbench.
  33. PL
  34. PT SEE ALSO: 
  35. BS SetDefaultTool
  36. PT .
  37. ED
  38.  
  39. |iconhighlight|
  40. WT {String}=IconHighlight({IconBufferName})
  41. PL Returns the highlight style used by the
  42. PL icon, either "COMPLEMENT", "BACKFILL", or
  43. PL "ALTIMAGE".
  44. PL 
  45. PT SEE ALSO: 
  46. BS SetIconHighlight
  47. PT .
  48. ED
  49.  
  50. |icontype|
  51. WT {String}=IconType({IconBufferName})
  52. PL Returns the icontype which can be one
  53. PL of the following:
  54. PL  "Project", "Disk", "Drawer", "Tool",
  55. PL  "NDOS", "Device", "KickStart", or
  56. PL  "Unknown"
  57. ED
  58.  
  59. |inserttooltypelist|
  60. WT InsertToolTypeList {IconBufferName}
  61. PL Types the ToolTypes of the icon into the
  62. PL current document.  See pages 6-57 in the
  63. PL yellow manual for a full description of
  64. PL this command.
  65. PL
  66. PT SEE ALSO: 
  67. BS SetToolTypeList
  68. PT .
  69. ED
  70.  
  71. |loadicon|
  72. WT LoadIcon {FilePath} [,{IconBufferName} [,<loadflags>]]
  73. PL Loads an icon into a buffer.  See pages
  74. PL 6-55 and 7-7 in the yellow manual for a
  75. PL full description of this command.
  76. PL
  77. PT SEE ALSO: 
  78. BS SaveIcon
  79. PT  and 
  80. BS MakeIcon
  81. PT .
  82. ED
  83.  
  84. |makeicon|
  85. WT MakeIcon {IconBufferName}, <flags>, {BrushBufferName} [,{AltBrushBufferName}]
  86. PL Creates an Icon buffer.  See pages 6-56
  87. PL in the yellow manual for a full description
  88. PL of this command.
  89. PL
  90. PT SEE ALSO: 
  91. BS SaveIcon
  92. PT  and 
  93. BS LoadIcon
  94. PT .
  95. ED
  96.  
  97. |saveicon|
  98. WT SaveIcon {IconBufferName} [,{SaveFilePath}]
  99. PL Saves an Icon buffer.  See pages 6-55
  100. PL in the yellow manual for a full description
  101. PL of this command.
  102. PL
  103. PT SEE ALSO: 
  104. BS MakeIcon
  105. PT  and 
  106. BS LoadIcon
  107. PT .
  108. ED
  109.  
  110. |setdefaulttool|
  111. WT SetDefaultTool {IconBufferName}, {ToolString}
  112. PL Sets the Default tool used by the given
  113. PL Icon.  The default tool is the program to
  114. PL be run if a user double-clicks on the icon
  115. PL from the Workbench.
  116. PL
  117. PT SEE ALSO: 
  118. BS TheDefaultTool
  119. PT .
  120. ED
  121.  
  122. |seticonhighlight|
  123. WT SetIconHighlight {IconBufferName}, <flags> [,{AltBrushBufferName}]
  124. PL This changes the highlight style of the
  125. PL icon buffer.  See pages 6-44 in the
  126. PL supplement manual for a full description
  127. PL of this command.
  128. PL
  129. PT SEE ALSO: 
  130. BS IconHighlight
  131. PT .
  132. ED
  133.  
  134. |seticonimage|
  135. WT SetIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
  136. PL This command sets the icon's image and
  137. PL optionally its alternate image.  See pages
  138. PL 6-56 in the yellow manual for a full
  139. PL description of this command.
  140. PL
  141. PT SEE ALSO: 
  142. BS ClipIconImage
  143. PT .
  144. ED
  145.  
  146. |settooltypelist|
  147. WT SetToolTypeList {IconBufferName}, {DocumentBufferName}
  148. PL This commands sets the tooltype list of the
  149. PL given icon buffer to the contents of the
  150. PL given document buffer.  See pages 6-57 in
  151. PL the yellow manual for a full description
  152. PL of this command.
  153. PT SEE ALSO: 
  154. BS InsertToolTypeList
  155. PT .
  156. ED
  157.